home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.4 Applications 1997 August / SGI IRIX 6.4 Applications 1997 August.iso / dist / gateway.idb / usr / WebFace / Source / 20-NetworkServices / nis / description.frm.z / description.frm
Encoding:
Text File  |  1997-07-30  |  1.6 KB  |  41 lines

  1. #! /usr/bin/perl5
  2. print <<EndOfFile;
  3. Content-type: text/html
  4.  
  5. <H1>Network Information Services</H1>
  6. <P>
  7. Network Information Services (NIS) is a popular name service that
  8. centralizes network information in a database so that the information
  9. can be easily administered and automatically propagated to other
  10. servers in the network. The database contains name and address
  11. information as well as information about network services. The
  12. information originates in files that the NIS administrator maintains; 
  13. these files are converted into a series of maps that compose the database.
  14. </P>
  15. <P>
  16. Maps are stored in a hierarchy of NIS servers that respond to
  17. information requests from NIS clients. The hierarchy consists of a
  18. <EM>master server</EM>, which contains authoritative information, and
  19. one or more <VAR>slave servers</VAR>, which contain copies of the
  20. database. At least one server must exist on each network in the
  21. organization to answer client queries. NIS master and slave servers
  22. run the NIS server daemon, <VAR>ypserv</VAR>.
  23. </P>
  24. <P>
  25. All systems that share a common database are in the same NIS domain. To
  26. avoid confusion, NIS domains should correspond to DNS domains if you use
  27. both name services.
  28. </P>
  29. <P>
  30. <STRONG>Note:</STRONG> Because NIS is an insecure name service, it
  31. should not be used on firewall systems or on any system containing
  32. confidential data.
  33. </P>
  34. <P>To configure NIS, use these forms: </P>
  35. <UL>
  36. <LI><A HREF="index.nis1.shtml" TARGET="left">NIS Client</A>
  37. <LI><A HREF="index.nis2.shtml" TARGET="left">NIS Master</A>
  38. <LI><A HREF="index.nis3.shtml" TARGET="left">NIS Slave</A>
  39. </UL>
  40. EndOfFile
  41.